Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade log4j and slf4j dependencies #130

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

computate
Copy link
Contributor

Motivation:

This commit upgrades the log4j and slf4j dependencies to those of vertx-core. The following vulnerabilities are resolved with this commit.

pkg:maven/log4j/log4j@1.2.17

  • [CVE-2019-17571] CWE-502: Deserialization of Untrusted Data
  • [CVE-2022-23305] CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
  • [CVE-2022-23302] CWE-502: Deserialization of Untrusted Data
  • [CVE-2022-23307] CWE-502: Deserialization of Untrusted Data
  • [sonatype-2010-0053] CWE-426: Untrusted Search Path
  • [CVE-2021-4104] CWE-502: Deserialization of Untrusted Data

Conformance:

My commits are signed and I have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Copy link
Contributor

@tsegismont tsegismont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @computate !

pom.xml Outdated Show resolved Hide resolved
@computate
Copy link
Contributor Author

@tsegismont I was also wondering, will there ever be a Red Hat GA Version built of vertx-zookeeper?
I try to stick to the Red Hat GA version of vertx. I've been using vertx-zookeeper in my projects for years and it's very useful for clustering pods and scaling pods on OpenShift for clustered requests and clustered worker task events.

This commit upgrades the log4j and slf4j dependencies to those of vertx-core.
The following vulnerabilities are resolved with this commit.

pkg:maven/log4j/log4j@1.2.17
- [CVE-2019-17571] CWE-502: Deserialization of Untrusted Data
- [CVE-2022-23305] CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- [CVE-2022-23302] CWE-502: Deserialization of Untrusted Data
- [CVE-2022-23307] CWE-502: Deserialization of Untrusted Data
- [sonatype-2010-0053] CWE-426: Untrusted Search Path
- [CVE-2021-4104] CWE-502: Deserialization of Untrusted Data
@computate
Copy link
Contributor Author

I forgot to sign my last commit, so I just updated it with my gpg signature.

@tsegismont
Copy link
Contributor

tsegismont commented Nov 14, 2022 via email

@tsegismont tsegismont merged commit 168b67d into vert-x3:master Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants